home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / text / faqs / comp-speech-faq.part3 < prev    next >
Encoding:
Internet Message Format  |  1994-05-17  |  42.6 KB

  1. Subject: comp.speech Frequently Asked Questions - part 3/3
  2. Newsgroups: comp.speech,comp.answers,news.answers
  3. From: andrewh@speech.su.oz.au (Andrew Hunt)
  4. Date: 15 May 1994 12:41:50 GMT
  5.  
  6. Archive-name: comp-speech-faq/part3
  7. Last-modified: 1994/04/06
  8.  
  9.  
  10. SECTION 5 - Speech Synthesis
  11.  
  12. Q5.1: What is speech synthesis?
  13.  
  14. Speech synthesis is the task of transforming written input to spoken output.
  15. The input can either be provided in a graphemic/orthographic or a phonemic
  16. script, depending on its source.
  17.  
  18. ------------------------------------------------------------------------
  19.  
  20. Q5.2: How can speech synthesis be performed?
  21.  
  22. There are several algorithms.  The choice depends on the task they're used
  23. for.  The easiest way is to just record the voice of a person speaking the
  24. desired phrases.  This is useful if only a restricted volume of phrases and
  25. sentences is used, e.g. messages in a train station, or schedule information
  26. via phone.  The quality depends on the way recording is done.
  27.  
  28. More sophisticated but worse in quality are algorithms which split the 
  29. speech into smaller pieces.  The smaller those units are, the less are they
  30. in number, but the quality also decreases.  An often used unit is the phoneme,
  31. the smallest linguistic unit.  Depending on the language used there are about
  32. 35-50 phonemes in western European languages, i.e. there are 35-50 single
  33. recordings. The problem is combining them as fluent speech requires fluent
  34. transitions between the elements. The intellegibility is therefore lower, but
  35. the memory required is small.
  36.  
  37. A solution to this dilemma is using diphones. Instead of splitting at the 
  38. transitions, the cut is done at the center of the phonemes, leaving the 
  39. transitions themselves intact. This gives about 400 elements (20*20) and
  40. the quality increases.
  41.  
  42. The longer the units become, the more elements are there, but the quality 
  43. increases along with the memory required. Other units which are widely used
  44. are half-syllables, syllables, words, or combinations of them, e.g. word stems
  45. and inflectional endings.
  46.  
  47. ------------------------------------------------------------------------
  48.  
  49. Q5.3: What are some good references/books on synthesis?
  50.  
  51. The following are good introductory books/articles.
  52.  
  53.    Douglas O'Shaughnessy -- Speech Communication: Human and Machine
  54.    Addison Wesley series in Electrical Engineering: Digital Signal Processing,
  55.    1987.
  56.  
  57.    D. H.  Klatt, "Review of Text-To-Speech Conversion for English", Jnl. of
  58.    the Acoustic Society of America (JASA), v82, Sept. 1987, pp 737-793.
  59.  
  60.    I. H. Witten.   Principles of Computer Speech.
  61.    (London:  Academic Press, Inc., 1982).
  62.  
  63.    John Allen, Sharon Hunnicut and Dennis H. Klatt, "From Text to Speech: 
  64.    The MITalk System", Cambridge University Press, 1987.
  65.  
  66. ------------------------------------------------------------------------
  67.  
  68. Q5.4: What software/hardware is available?
  69.  
  70. In the last year there has been a great increase in the release of speech
  71. synthesis software - both commercial and public domain.  The following is
  72. a list of as many products/packages as I can find out about.  Any help in
  73. keeping this list up-to-date will be appreciated.
  74.  
  75.  
  76.  
  77. Package:    ORATOR Text-to-Speech Synthesizer
  78. Platform:   SUN SPARC, Decstation 5000.  Portable to other UNIX platforms.
  79. Description: Sophisticated speech synthesis package.  Has text preprocessing 
  80.     (for abbreviations, numbers), acronym citation rules, and human-like 
  81.     spelling routines.  High accuracy for pronunciation of names of 
  82.     people, places and businesses in America, text-to-speech translation 
  83.     for common words; rules for stress and intonation marking, based on 
  84.     natural-sounding demisyllable synthesis; various methods of user 
  85.     control and customization at most stages of processing.  Currently, 
  86.     ORATOR is most appropriate for applications containing a large 
  87.     component of names in the text, and requires some amount of user-
  88.     specified text-preprocessing to produce good quality speech for 
  89.     general text.
  90. Hardware: Standard audio output of SPARC, or Decstation audio hardware.
  91.         At least 16M of memory recommended.
  92. Cost:   Binary License: $5,000.  
  93.         Source license for porting or commercial use: $30,000.
  94. Availability: Contact Bellcore's Licensing Office (1-800-527-1080) 
  95.         or email:   jzilg@cc.bellcore.com (John Zilg)
  96.  
  97.  
  98. Package: Text to phoneme program (1)
  99. Platform: unknown
  100. Description: Text to phoneme program.  Based on Naval Research Lab's
  101.     set of text to phoneme rules.
  102. Availability: By FTP from "shark.cse.fau.edu" (131.91.80.13) in the directory
  103.     /pub/src/phon.tar.Z
  104.  
  105.  
  106. Package: Text to phoneme program (2)
  107. Platform: unknown
  108. Description: Text to phoneme program.
  109. Availability: By FTP from "wuarchive.wustl.edu" in the file
  110.     /mirrors/unix-c/utils/phoneme.c
  111.  
  112.  
  113. Package: Text to phoneme program (3)
  114. Description: A public domain version of the same Naval Research Lab 
  115.     text to phoneme rules.
  116. Availability: By anonymous ftp from
  117.     svr-ftp.eng.cam.ac.uk:comp.speech/sources/english2phoneme.shar
  118.  
  119.  
  120. Package: Text to speech program
  121. Description: A implementation of the Klatt phoneme to waveform speech 
  122.     synthesiser.
  123. Availability: By anonymous ftp from
  124.     svr-ftp.eng.cam.ac.uk:comp.speech/sources/klatt-0.02.tar.Z
  125.  
  126.  
  127. Package:      "Speak" - a Text to Speech Program
  128. Platform:     Sun SPARC
  129. Description:  Text to speech program based on concatenation of pre-recorded
  130.     speech segments.  A function library can be used to integrate
  131.     speech output into other code.
  132. Hardware:     SPARC audio I/O
  133. Availability: by FTP from "wilma.cs.brown.edu" as /pub/speak.tar.Z
  134.  
  135.  
  136. Package:      TheBigMouth - a Text to Speech Program
  137. Platform:     NeXT
  138. Description:  Text to speech program based on concatenation of pre-recorded
  139.     speech segments.  NeXT equivalent of "Speak" for Suns.
  140. Availability: try NeXT archive sites such as sonata.cc.purdue.edu.
  141.  
  142.  
  143. Package:  TextToSpeech Kit
  144. Platform:  NeXT Computers
  145. Description: The TextToSpeech Kit does unrestricted conversion of English 
  146.     text to synthesized speech in real-time.  The user has control over
  147.     speaking rate, median pitch, stereo balance, volume, and intonation
  148.     type.  Text of any length can be spoken, and messages can be queued 
  149.     up, from multiple applications if desired.  Real-time controls such 
  150.     as pause, continue, and erase are included.  Pronunciations are 
  151.     derived primarily by dictionary look-up.  The Main Dictionary has 
  152.     nearly 100,000 hand-edited pronunciations which can be supplemented 
  153.     or overridden with the User and Application dictionaries.  A number 
  154.     parser handles numbers in any form.  A letter-to-sound knowledge base 
  155.     provides pronunciations for words not in the Main or customized 
  156.     dictionaries.  Dictionary search order is under user control.  
  157.     Special modes of text input are available for spelling and emphasis 
  158.     of words or phrases.  The actual conversion of text to speech is done 
  159.     by the TextToSpeech Server.  The Server runs as an independent task 
  160.     in the background, and can handle up to 50 client connections.
  161. Misc: The TextToSpeech Kit comes in two packages: the Developer Kit and the
  162.     User Kit.  The Developer Kit enables developers to build and test
  163.     applications which incorporate text-to-speech.  It includes the
  164.     TextToSpeech Server, the TextToSpeech Object, the pronunciation 
  165.     editor PrEditor, several example applications, phonetic fonts, 
  166.     example source code, and developer documentation.  The User Kit 
  167.     provides support for applications which incorporate text-to-speech.  
  168.     It is a subset of the Developer Kit.
  169. Hardware:  Uses standard NeXT Computer hardware.
  170. Cost:  TextToSpeech User Kit:  $175 CDN ($145 US)
  171.        TextToSpeech Developer Kit:  $350 CDN ($290 US)
  172.        Upgrade from User to Developer Kit:  $175 CDN ($145 US)
  173. Availability:  Trillium Sound Research
  174.     1500, 112 - 4th Ave. S.W., Calgary, Alberta, Canada, T2P 0H3
  175.     Tel: (403) 284-9278    Fax:  (403) 282-6778
  176.     Order Desk:  1-800-L-ORATOR (US and Canada only)
  177.     Email:  TTSInfo@trillium.ab.ca
  178.  
  179.  
  180. Package: SGI Developers Toolbox Synthesiser
  181. Platform: SGI
  182. Description: The SGI Developer Toolbox 4.0 CDROM contains a basic 
  183.     public domain text-to-speech program in the publics/speak
  184.     directory.  The directory includes man pages and source.
  185. Availability: on the SGI Developer Toolbox 4.0 CDROM
  186.  
  187.  
  188. Package: rsynth
  189. Platform: Various (including Sun, Linux, NeXT, SGI)
  190. Description: Text-to-speech converter produced by combination of
  191.     various public-domain pieces.
  192. Price: Free
  193. Availability: by anonymous ftp from
  194.     svr-ftp.eng.cam.ac.uk:/comp.speech/sources/rsynth-1.0.tar.Z
  195.     svr-ftp.eng.cam.ac.uk:/comp.speech/sources/rsynth-1.0.tar.gz
  196.  
  197.  
  198. Package:     SENSYN speech synthesizer
  199. Platform:    PC, Mac, Sun, and NeXt
  200. Rough Cost:  $300
  201. Description: This formant synthesizer produces speech waveform files
  202.     based on the (Klatt) KLSYN88 synthesizer.  It is intended
  203.         for laboratory and research use.  Note that this is NOT a
  204.     text-to-speech synthesizer, but creates speech sounds based
  205.     upon a large number of input variables (formant frequencies,
  206.     bandwidths, glottal pulse characteristics, etc.) and would
  207.     be used as part of a TTS system. Includes full source code.
  208. Availability: Sensimetrics Corporation, 64 Sidney Street, Cambridge MA 02139.
  209.     Fax: (617) 225-0470; Tel: (617) 225-2442.
  210.     Email: sensimetrics@sens.com
  211.  
  212.  
  213. Package:     SPCHSYN.EXE
  214. Platform:    PC?
  215. Availability: By anonymous ftp from evans.ee.adfa.oz.au (131.236.30.24)
  216.     in /mirrors/tibbs/Applications/SPCHSYN.EXE
  217.     It is a self extracting DOS archive.
  218. Requirements: May require special TI product(s), but all source is there.
  219.  
  220.  
  221. Package:      CSRE: Canadian Speech Research Environment
  222. Platform:     PC
  223. Cost:         Distributed on a cost recovery basis
  224. Description:  CSRE is a software system which includes in addition to the 
  225.     Klatt speech synthesizer, SPEECH ANALYSIS and EXPERIMENT CONTROL 
  226.     SYSTEM. A paper about the whole package can be found in:
  227.       Jamieson D.G. et al, "CSRE: A Speech Research Environment", Proc. 
  228.       of the Second Intl. Conf. on Spoken Language Processing, Edmonton: 
  229.       University of Alberta, pp. 1127-1130.
  230. Hardware:     Can use a range of data aqcuisition/DSP
  231. Availability: For more information about the availability of this software 
  232.     contact Krystyna Marciniak - email march@uwovax.uwo.ca
  233.     Tel (519) 661-3901  Fax (519) 661-3805.
  234.     For technical information email ramji@uwovax.uwo.ca
  235. Note: A more detailed description is given in Q1.8 on speech environments.
  236.  
  237.  
  238. Package:      Eloquence (currently an alpha release)
  239. Platform:     Windows and Solaris
  240. Description:  Software based text-to-speech package.  Generates waveforms 
  241.     completely algorithmically instead of by concatenating waveforms, 
  242.     for maximum flexibility and naturalism.  For instance, when the 
  243.     user requests a deeper voice, the software simulates a larger vocal 
  244.     tract, instead of simply pitch-shifting samples.
  245.     Uses high-level linguistic parsing, which obviates the need for a 
  246.     huge dictionary.  Handles numbers, acronyms, currency, etc.
  247.     Includes a set of annotation symbols, for placing stress on particular
  248.     words, expressing excitement/boredom, etc.  Also allows phonetic input.
  249.     The final version, including support for Windows DDE and OLE and 
  250.     UNIX Sockets, will be released by the end of 1994.
  251.     Produces male and female voices for General American English.  
  252.     Dialects under development include Alabama, Brooklyn, and Boston.
  253. Price:          $5000 (unconfirmed)
  254. Availability: Eloquent Technology, Inc.
  255.     24 Highgate Circle
  256.     Ithaca, NY  14850
  257.     Ph: (607) 257-6829    Fax: (607) 272-0058
  258.  
  259.  
  260. Package:      JSRU
  261. Platform:     UNIX and PC
  262. Cost:         100 pounds sterling (from academic institutions and industry)
  263. Description:  A C version of the JSRU system, Version 2.3 is available.
  264.     It's written in Turbo C but runs on most Unix systems with very
  265.     little modification.  A Form of Agreement must be signed to say 
  266.     that the software is required for research and development only.
  267. Contact:      Dr. E.Lewis (eric.lewis@uk.ac.bristol)
  268.  
  269.  
  270. Package:      Klatt-style synthesiser
  271. Platform:     Unix
  272. Cost:         Free
  273. Description:  Software posted to comp.speech in late 1992.
  274. Availability: By anonymous ftp from the comp.speech archives as
  275.     svr-ftp.eng.cam.ac.uk:/comp.speech/sources/klatt-0.02.tar.Z
  276.  
  277.  
  278. Package:      Speech Manager and PlainTalk
  279. Platform:     Macintosh
  280. Cost:          Free
  281. Description:  Apple's new text-to-speech system extension(s) that enable
  282.     applications (listed below) to perform text-to-speech
  283.     conversion.  The Speech Manager runs on most Macs, but PlainTalk
  284.     (and the high quality voices) requires a 68020 Mac or better.
  285. Availability: By anonymous ftp from:
  286.         ftp.apple.com:/dts/mac/sys.soft/speech
  287.     There are 3 files in this directory:
  288.         6273632 Aug 14 22:51 macintalk-pro.hqx
  289.                      PlainTalk Text-To-Speech 1.0 speech synthesizer
  290.                      extension (includes Female Voice, Compressed);
  291.                      TTS Female Voice; TTS Male Voice; and
  292.                      TTS Male Voice, Compressed. Requires 68020 or better!
  293.          370108 Aug 13 04:30 speech-manager-docs.hqx
  294.                      Apple DocViewer format (Inside Macintosh style,
  295.                      no installation instructions - just drag everything
  296.                      onto your closed System Folder).
  297.          262569 Aug  7 07:01 speech-manager.hqx
  298.                      Speech Manager 1.1.1 (includes Marvin's voice) and
  299.                      MacInTalk Voices 1.1.1 (9 more voices). Runs most Macs.
  300.  
  301.  
  302. Package:      Various Mac Speech Output Applications
  303. Platform:     Macintosh
  304. Cost:         Free (except for At Ease)
  305. Description:  Some of the Speech Manager aware text-to-speech (TTS)
  306.     applications, etc. are listed below (there are more on the 
  307.     Apple Developer CD-ROMs).
  308.  
  309. Application, etc.  Source            Comments
  310. _________________ ________  _________________________________________________ 
  311. AddressSpeech     info-mac  4D talking address book (from Speech Pack 2.0)
  312. At Ease 2.0    MacWarehouse Friendly desktop that speaks file names
  313. At Ease 2.0 WG MacWarehouse Friendly desktop that speaks file names
  314. Eliza 3.1            AOL    Talking Eliza (Rogerian psych therapist)
  315. FB speech      Inside Basic Mag, volume 3, no. 6. FutureBasic demo
  316. FB Speech demo Inside Basic Mag, volume 3, no. 7. FutureBasic demo
  317. Fortune 1.1       info-mac  Like a talking UNIX fortune command - slick
  318. Homer 0.92d9  zaphod.ee.pitt.edu  GUI IRC client, assign nicks voices - slick
  319. MacMessage 1.0  FirstClassBBS  Share talking messages/customizable startup
  320. Say               info-mac  MPW Tool which converts standard input to speech
  321. ScriptTools 1.2   info-mac  Write AppleScript scripts to say text messages
  322. Siege Watch 1.01f info-mac  Wryly political speaking clock
  323. SoToSpeak1.0.0b10 info-mac  Two voice conversation (also see Fortune's About)
  324. Speak It!         info-mac  Type in a message and have it spoken
  325. Speaker 1.11      info-mac  Simple text file editor, speaks on <CR>, macros
  326. Speecher 1.2.1    info-mac  Customizable word pronunciation/substitution
  327. SpeechManagerdemo info-mac  Command line interface, C source, aka -explorer
  328. Speech Pack 2.0   info-mac  4th Dimension external, add speech to database
  329. SpeechUnitEx      info-mac  Pascal source code for speech in Lab 7
  330. speek-02b         info-mac  Speech XCMD for HyperCard
  331. TalkingClockPro2.0info-mac  AppleScriptable talking clock extension (2.0b0)
  332. TeachText 7.2      AV Mac   Apple's talking TeachText (simple editor w/QT)
  333. Tex-Edit 1.9         AOL    Talking word processor, McSink like, modeming
  334. VoiceDemo 1.0.1   info-mac  Bare bones phrase talker
  335. Welcome!v1.3.1    info-mac  A talking Welcome to Macintosh startup
  336. ?                     ?     Talking Plug-In-Module for MS Word 5,
  337.                                experimental, unsupported, buggy, beware!
  338. Speech Rhythms       AOL    A cool text file for one of the above apps
  339. _____
  340. Sources:
  341. AOL = America Online
  342. info-mac = {ftp sumex-aim.stanford.edu, ftp wuarchive.wustl.edu, et al.}
  343. MacWarehouse = (800) 255-6227
  344.  
  345. Apple's work in spoken language technologies and systems is described in:
  346. Lee, Kai-Fu. "The Conversational Computer: An Apple Perspective."
  347. (Keynote Speech) In Proc. Eurospeech in Berlin, ESCA, September, 1993.
  348.  
  349.  
  350. Package:      MacinTalk
  351. Platform:     Macintosh
  352. Cost:         Free
  353. Description:  Formant based speech synthesis.
  354.     There is also a program called "tex-edit" which apparently
  355.     can pronounce English sentences reasonably using Macintalk.
  356. Note:     MacinTalk doesn't run reliably on Macintosh's with new 
  357.     sound hardware under the lastest OS (System 7.1 w/HUD 2.0).
  358.     More recent software is listed above.
  359. Availability: By anonymous ftp from many archive sites (have a look on
  360.     archie if you can).  tex-edit is on many of the same sites. Try
  361.     wuarchive.wustl.edu:/mirrors2/info-mac/Old/card/macintalk.hqx[.Z]
  362.                                                        /macintalk-stack.hqx[.Z]
  363.     wuarchive.wustl.edu:/mirrors2/info-mac/app/tex-edit-15.hqx
  364.  
  365.  
  366. Package: Lernout & Hauspie Text-To-Speech SDK
  367. Platform: IBM-Compatible
  368. Description: The L&H Text-to-Speech software developers kit is able
  369.     to integrate text-to-speech technology with your own or existing 
  370.     PC applications under Microsoft Windows 3.1.  This software will 
  371.     allow conversion of written text into clear human sounding synthetic 
  372.     speech.
  373. Requirements: IBM-compatible PC 386 DX(33Mhz) or higher, 8Mb RAM, 
  374.     MS DOS 5.0(or higher), MS Windows 3.1 (or higher), 
  375.     Compiler and linker: Microsoft(R) Visual C++ or Borland C++,
  376.     Windows(TM) 3.1 compatible sound card, preferably 16 bit
  377.     e.g. Soundblaster, Windows Sounds System, Pro Audio Spectrum
  378. Price: Unconfirmed $1,999 per copy, and $499 per each additional language 
  379.     (American English, French, German, or Spanish).
  380. Contact: USA (617) 932-4118
  381.  
  382.  
  383. Package: Tinytalk
  384. Platform: PC
  385. Description: Shareware package is a speech 'screen reader' which is use 
  386.     by many blind users.
  387. Availability: By anonymous ftp from handicap.shel.isc-br.com.
  388.     Get the files /speech/ttexe145.zip & /speech/ttdoc145.zip.
  389.  
  390.  
  391. Package:     Narrator - narrator.device
  392. Platform:    Amiga
  393. Description: Formant based speech synthesis. Includes a Engish-to-phoneme
  394.              translation library, and a SPEAK: pseudo-device for speech
  395.              output.
  396. Hardware:    Standard Amiga hardware
  397. Availability: Part of AmigaOS
  398.  
  399.  
  400. Product Series: Infovox
  401. Description: Multilingual Text-to-speech systems, languages available: 
  402.     American English, British English, German, French, Spanish, 
  403.     Italian, Swedish, Norwegian, Icelandic, Danish and Finnish.
  404. Product name: INFOVOX 500, PC BOARD
  405.       * Product description: Half length expansion board for IBM PC, XT, AT, 
  406.     PS/2 model 30 or compatible personal computers. The board can 
  407.     also be connected via the serial port. Language and control program 
  408.     for downloading into RAM or mounted on EPROMs.
  409.       * Platform: for IBM PC, XT, AT, PS/2 model 30 or compatible
  410. Product name: INFOVOX 600, OEM BOARD
  411.       * Product description: OEM board built with CMOS IC's. Language and 
  412.     control program are stored in on-board fixed memory.
  413.       * Platform: any, Interface: 9-pole D-SUB (RS 232-C) 300-9600 Baud 
  414. Product name: INFOVOX 700, DESKTOP UNIT
  415.       * Product description: Desktop unit with built in Infovox 600 to be 
  416.     connected to any computer or terminal via an RS 232-C serial 
  417.     interface. Built in loudspeaker and rechargable battery for 4 hours 
  418.     use, and control knobs for continuous control of speech volume and 
  419.     speed.
  420.       * Platform: any
  421. Product name: INFOVOX 650, OEM BOARD
  422.       * Product description: OEM-board built with CMOS IC's. Language and 
  423.     control program are stored in on-board memory.
  424.       * Platform:any, Interface: 9 pole D-SUB (RS 232-C) 300-9600 Baud 
  425. Product name: INFOVOX 750, DESKTOP UNIT
  426.       * Product description: Desktop unit with built in Infovox 650 to be 
  427.     connected to any computer or terminal via an RS 232-C serial 
  428.     interface. Built in loudspeaker and rechargable battery for 5 hours 
  429.     use, and a control knob for continuous control of speech volume.
  430.       * Platform: any
  431. Misc: Infovox multi-lingual Text-to-Speech Technologies can interface with 
  432.     Apple's PlainTalk System.  It enables Apple Third party developers 
  433.     to write application software with synthetic speech output using 
  434.     their usual Apple Plain Talk Text-to-Speech interface.  Software 
  435.     already written for the English speaking market using Apple Plain 
  436.     Talk can be now distributed worldwide, provided message strings 
  437.     are translated.
  438. Contact: TELIA PROMOTOR INFOVOX AB
  439.     TTS Sales Division
  440.     P.O. Box 2069
  441.     S-171 02  Solna, Sweden
  442.     Ph: +46 8 764 35 00   Fax: +46 8 735 78 76
  443.     email: tts-sales@infovox.se
  444.  
  445.  
  446. SIMTEL-20
  447.     The following is a list of speech related software available from 
  448.     SIMTEL-20 and its mirror sites for PCs.  
  449.     The SIMTEL internet address is WSMR-SIMTEL20.Army.Mil [192.88.110.20]
  450.     Try looking at your nearest archive site first.
  451. Directory PD1:<MSDOS.VOICE>
  452.  Filename   Type Length   Date   Description
  453.  ==============================================
  454.  AUTOTALK.ARC  B   23618  881216  Digitized speech for the PC
  455.  CVOICE.ARC    B   21335  891113  Tells time via voice response on PC
  456.  HEARTYPE.ARC  B   10112  880422  Hear what you are typing, crude voice synth.
  457.  HELPME2.ARC   B    8031  871130  Voice cries out 'Help Me!' from PC speaker
  458.  SAY.ARC       B   20224  860330  Computer Speech - using phonemes
  459.  SPEECH98.ZIP  B   41003  910628  Build speech (voice) on PC using 98 phonemes
  460.  TALK.ARC      B    8576  861109  BASIC program to demo talking on a PC speaker
  461.  TRAN.ARC      B   39766  890715  Repeats typed text in digital voice
  462.  VDIGIT.ZIP    B  196284  901223  Toolkit: Add digitized voice to your programs
  463.  VGREET.ARC    B   45281  900117  Voice says good morning/afternoon/evening
  464.  
  465.  
  466.  
  467. Package: Bliss
  468. Contact: Dr. John Merus (Brown University) Mertus@browncog.bitnet
  469.  
  470.  
  471. Package:      xxx
  472. Platform:     (PC, Mac, Sun, NeXt etc)
  473. Rough Cost:   (if appropriate)
  474. Description:  (keep it brief)
  475. Hardware:     (requirement list)
  476. Availability: (ftp info, email contact or company contact)
  477.  
  478.  
  479.  
  480. Can anyone provide information on the following:
  481.  
  482.     MultiVoice
  483.     Monolog
  484.     TrueSpeech from DSP Group Inc.
  485.     The range of recently released Windows products
  486.  
  487. Please email or post suitable information for this list.  Commercial,
  488. public domain and research packages are all appropriate.  
  489.  
  490.  
  491.  
  492. =======================================================================
  493.  
  494. SECTION 6 - Speech Recognition
  495.  
  496. Q6.1: What is speech recognition?
  497.  
  498. Automatic speech recognition is the process by which a computer maps an 
  499. acoustic speech signal to text.
  500.  
  501. Automatic speech understanding is the process by which a computer maps an 
  502. acoustic speech signal to some form of abstract meaning of the speech.
  503.  
  504. ------------------------------------------------------------------------
  505.  
  506. Q6.2: How can I build a very simple speech recogniser?
  507.  
  508. Doug Danforth provides a detailed account in article 253 in the comp.speech
  509. archives - also available as file info/DIY_Speech_Recognition.
  510.  
  511. The first part is reproduced here.
  512.  
  513.   QUICKY RECOGNIZER sketch:
  514.   
  515.   Here is a simple recognizer that should give you 85%+ recognition
  516.   accuracy.  The accuracy is a function of WHAT words you have in
  517.   your vocabulary.  Long distinct words are easy.  Short similar
  518.   words are hard.  You can get 98+% on the digits with this recognizer.
  519.   
  520.   Overview:
  521.   (1) Find the begining and end of the utterance.
  522.   (2) Filter the raw signal into frequency bands.
  523.   (3) Cut the utterance into a fixed number of segments.
  524.   (4) Average data for each band in each segment.
  525.   (5) Store this pattern with its name.
  526.   (6) Collect training set of about 3 repetitions of each pattern (word).
  527.   (7) Recognize unknown by comparing its pattern against all patterns
  528.       in the training set and returning the name of the pattern closest
  529.       to the unknown.
  530.  
  531. Many variations upon the theme can be made to improve the performance.
  532. Try different filtering of the raw signal and different processing methods.
  533.  
  534. ------------------------------------------------------------------------
  535.  
  536. Q6.2: What does speaker dependent/adaptive/independent mean?
  537.  
  538. A speaker dependent system is developed (trained) to operate for a single
  539. speaker.  These systems are usually easier to develop, cheaper to buy and
  540. more accurate, but are not as flexible as speaker adaptive or speaker
  541. independent systems.
  542.  
  543. A speaker independent system is developed (trained) to operate for any
  544. speaker or speakers of a particular type (e.g. male/female, American/English).
  545. These systems are the most difficult to develop, most expensive and currently
  546. accuracy is not as good.  They are the most flexible.
  547.  
  548. A speaker adaptive system is developed to adapt its operation for new 
  549. speakers that it encounters usually based on a general model of speaker
  550. characteristics.  It lies somewhere between speaker independent and speaker 
  551. dependent systems.
  552.  
  553. Each type of system is suited to different applications and domains.
  554.  
  555. ------------------------------------------------------------------------
  556.  
  557. Q6.3: What does small/medium/large/very-large vocabulary mean?
  558.  
  559. The size of vocabulary of a speech recognition system affects the complexity,
  560. processing requirements and the accuracy of the system.  Some applications
  561. only require a few words (e.g. numbers only), others require very large 
  562. dictionaries (e.g. dictation machines).
  563.  
  564. There are no established definitions but the following may be a helpful guide.
  565.  
  566.     small vocabulary - tens of words
  567.     medium vocabulary - hundreds of words
  568.     large vocabulary - thousands of words
  569.     very-large vocabulary - tens of thousands of words.
  570.  
  571. ------------------------------------------------------------------------
  572.  
  573. Q6.4: What does continuous speech or isolated-word mean?
  574.  
  575. An isolated-word system operates on single words at a time - requiring a 
  576. pause between saying each word.  This is the simplest form of recognition 
  577. to perform, because the pronunciation of the words tends not affect each 
  578. other.  Because the occurrences of each particular word are similar they are 
  579. easier to recognise.
  580.  
  581. A continuous speech system operates on speech in which words are connected
  582. together, i.e. not separated by pauses.  Continuous speech is more difficult
  583. to handle because of a variety of effects.  First, it is difficult to find
  584. the start and end points of words.  Another problem is "coarticulation".
  585. The production of each phoneme is affected by the production of surrounding
  586. phonemes, and similarly the the start and end of words are affected by the 
  587. preceding and following words.  The recognition of continuous speech is also 
  588. affected by the rate of speech (fast speech tends to be harder).
  589.  
  590. ------------------------------------------------------------------------
  591.  
  592. Q6.5: How is speech recognition done?
  593.  
  594. A wide variety of techniques are used to perform speech recognition. 
  595. There are many types of speech recognition.  There are many levels of
  596. speech recognition/processing/understanding.
  597.  
  598. Typically speech recognition starts with the digital sampling of speech.
  599. The next stage would be acoustic signal processing.  Common techniques 
  600. include a variety of spectral analyses, LPC analysis, the cepstral transform,
  601. cochlea modelling and many, many more.
  602.  
  603. The next stage will typically try to recognise phonemes, groups of phonemes 
  604. or words.  This stage can be achieved by many processes such as DTW (Dynamic
  605. Time Warping),  HMM (hidden Markov modelling), NNs (Neural Networks), and
  606. sometimes expert systems.  In crude terms, all these processes to recognise
  607. the patterns of speech.  The most advanced systems are statistically 
  608. motivated.
  609.  
  610. Some systems utilise knowledge of grammar to help with the recognition 
  611. process.
  612.  
  613. Some systems attempt to utilise prosody (pitch, stress, rhythm etc) to
  614. process the speech input.
  615.  
  616. Some systems try to "understand" speech.  That is, they try to convert the
  617. words into a representation of what the speaker intended to mean or achieve
  618. by what they said.
  619.  
  620. ------------------------------------------------------------------------
  621.  
  622. Q6.6: What are some good references/books on recognition?
  623.  
  624. Some general introduction books on speech recognition:
  625.  
  626.    Fundamentals of Speech Recognition; Lawrence Rabiner & Biing-Hwang Juang
  627.    Englewood Cliffs NJ: PTR Prentice Hall (Signal Processing Series), c1993
  628.    ISBN 0-13-015157-2
  629.  
  630.    Speech recognition by machine; W.A. Ainsworth
  631.    London: Peregrinus for the Institution of Electrical Engineers, c1988
  632.  
  633.    Speech synthesis and recognition; J.N. Holmes
  634.    Wokingham: Van Nostrand Reinhold, c1988
  635.  
  636.    Douglas O'Shaughnessy -- Speech Communication: Human and Machine
  637.    Addison Wesley series in Electrical Engineering: Digital Signal Processing,
  638.    1987.
  639.  
  640.    Electronic speech recognition: techniques, technology and applications
  641.    edited by Geoff Bristow,  London: Collins, 1986
  642.  
  643.    Readings in Speech Recognition; edited by Alex Waibel & Kai-Fu Lee.
  644.    San Mateo: Morgan Kaufmann, c1990
  645.  
  646. More specific books/articles:
  647.  
  648.    Hidden Markov models for speech recognition; X.D. Huang, Y. Ariki, M.A. Jack.
  649.    Edinburgh: Edinburgh University Press, c1990
  650.  
  651.    Automatic speech recognition: the development of the SPHINX system;
  652.    by Kai-Fu Lee; Boston; London: Kluwer Academic, c1989
  653.  
  654.    Prosody and speech recognition; Alex Waibel
  655.    (Pitman: London) (Morgan Kaufmann: San Mateo, Calif) 1988
  656.  
  657.    S. E. Levinson, L. R. Rabiner and M. M. Sondhi, "An Introduction to the 
  658.    Application of the Theory of Probabilistic Functions of a Markov Process 
  659.    to Automatic Speech Recognition" in Bell Syst. Tech. Jnl. v62(4),
  660.    pp1035--1074, April 1983
  661.  
  662.    R. P. Lippmann, "Review of Neural Networks for Speech Recognition", in
  663.    Neural Computation, v1(1), pp 1-38, 1989.
  664.  
  665. ------------------------------------------------------------------------
  666.  
  667. Q6.7: What speech recognition packages are available?
  668.  
  669. Information is included below on the following packages:-
  670.  
  671.     Voice Blaster Ver. 4.0
  672.     Votan
  673.     HTK (HMM Toolkit)
  674.     DragonDictate
  675.     VoiceServer for Windows
  676.     IN3 Voice Command for Windows
  677.     IN3 Voice Command
  678.     SayIt
  679.     Recnet
  680.     Voice Command Line Interface
  681.     DATAVOX
  682.  
  683.  
  684. Package Name: Voice Blaster Ver. 4.0
  685. Platform: IBM AT or higher,  DOS or Wndows 3.1
  686. Description: Uses a Sound Blaster or compatible board.  Contains a
  687.     microphone headset and a connector for LPT1:.  A printer can 
  688.     still be used on LPT1:.  Will recognize 1024 words that are 
  689.     trained by the operator.  Each word activates a macro that can 
  690.     enter an ascii word on the screen or into a word processor or 
  691.     invoke a batch file.  An optional footswitch may be installed.
  692.     Software to run under DOS or Windows 3.1 is included.
  693. Cost:   Around $150 Canadian.
  694. Contact: COVOX Inc.
  695.     675 Conger Street
  696.     Eugene, Oregon
  697.     97402
  698.     Ph:  (503) 342-1271   Fax: (503) 342-1283
  699.     BBS: (503) 342-4135
  700.  
  701.  
  702. Package Name: Votan
  703. Platform: MS-DOS, SCO UNIX
  704. Description: Isolated word and continuous speech modes, speaker dependant
  705.     and (limited) speaker independent.  Vocab size is 255 words or up to a 
  706.     fixed memory limit - but it is possible to dynamically load different 
  707.     words for effectively unlimited number of words.
  708. Rough Cost: Approx US $1,000-$1,500
  709. Requirements: Cost includes one Votan Voice Recognition ISA-bus board
  710.     for 386/486-based machines.  A software development system is also 
  711.     available for DOS and Unix.
  712. Misc:    Up to 8 Votan boards may co-exist for 8 simultaneous voice users. 
  713.     A telephone interface is also available. There is also a 4GL and a 
  714.     software development system.
  715.     Apparently there is more than  one version - more info required.
  716. Contact: 800-877-4756, 510-426-5600
  717.  
  718.  
  719. Package Name: HTK (HMM Toolkit) - From Entropic
  720. Platform: Range of Unix platforms.
  721. Description: HTK is a software toolkit for building continuous density HMM
  722.     based speech recognisers.  It consists of a number of library 
  723.     modules and a number of tools.  Functions include speech analysis, 
  724.     training tools, recognition tools, results analysis, and an 
  725.     interactive tool for speech labelling. Many standard forms of 
  726.     continuous density HMM are possible.  Can perform isolated word or 
  727.     connected word speech recognition.  It van model whole words, sub-
  728.     word units.  Can perform speaker verification and other pattern 
  729.     recognition work using HMMs.  HTK is now integerated with the
  730.     ESPS/Waves speech research environment which is described in
  731.     Section 1.8 of this posting.
  732. Misc: The availability of HTK changed in early 1993 when Entropic obtained
  733.     exclusive marketing rights to HTK from the developers at Cambridge.
  734. Cost: On request.
  735. Contact: Entropic Research Laboratory, Washington Research Laboratory,
  736.     600 Pennsylvania Ave, S.E. Suite 202, Washington, D.C. 20003
  737.     (202) 547-1420.  email - info@wrl.epi.com
  738.  
  739.  
  740. Package Name: DragonDictate-30K
  741. Platform:     PC
  742. Description:  Speaker dependent/adaptive system requiring words to be
  743.     separated by short pauses.  Vocabulary of 25,000 words including
  744.     a "custom" word set.
  745. Rough Cost:   $5000
  746. Requirements: Minimum of 20 Mhz 386 with 8M memory and 10M disk space
  747. Contact:      Dragon Systems Inc.
  748.     90 Bridge Street, Newton MA 02158
  749.         Tel: 1-617-965-5200,  Fax: 1-617-527-0372
  750.  
  751.  
  752. Package Name: VoiceServer for Windows
  753. Platform:     PC
  754. Description:  Speaker dependent, each with an independent directory.
  755.     Isolated word.  Upto 1000 words/user, 300 words/window.
  756.     1 word occupies 2Kb on hard disk.
  757.     Can be used to control Windows applications by issuing
  758.     voice commands instead of menu selection.
  759. Rough Cost:   292 Pounds(UK)
  760. Requirements: None
  761. Misc:         Price includes a half-sized AT voice card (including a 
  762.     DSP), software, documentation & a microphone (attachable to 
  763.     keyboard or speaker).  A light-weight high-spec headset is an 
  764.           optional extra.
  765. Contact:      Mark Redwood
  766.               Applied Voice Technologies
  767.               26 Danbury Street, Islington,
  768.               London, UK, N1 8JU
  769.               Ph: + 44 71 454 1224  :  Fax: + 44 71 454 1225
  770.  
  771.  
  772. Package Name:    IN3 Voice Command for Windows
  773. Platform:    PC with Windows 3.1
  774. Description:    IN3 is now available for MS-Windows.  Users can call 
  775.     applications to the foreground with voice commands.  Once the 
  776.     application is called, the user may enter commands and data with 
  777.     voice commands.  Voice macros can reduce the strain of repetitive 
  778.     stress injuries (RSI) such as Carpel Tunnel Syndrome (CTS) by 
  779.     replacing heavy repetitive keyboard hammering with simple voice 
  780.     operations.  Voice macros take complex operations and reduce them 
  781.     to simple verbal commands.  Voice input can provide new facilities
  782.     for tasks which could not easily have been otherwise performed 
  783.     without the multiple axis of input.  IN3 is hardware-independent, 
  784.     users with any Windows-compatible audio add speech recognition to 
  785.     the desktop.  IN3 works with either 8 bit or 16 bit Windows audio 
  786.     boards. IN3 is based on continuous word-spotting technology.  A 
  787.     developer API is also available for creating voice-enabled 
  788.     applications.
  789. Price: $179 U.S.
  790. Requirements:    PC with 80386 processor or better, Microsoft Windows 3.1, and
  791.         Windows compatible audio system with microphone.
  792. Misc:    Fully functional demos are available on Compuserve in various
  793.     Multimedia and CAD forums.  Demos are also available from "America
  794.     on Line", the comp.binaries.ms-windows archive sites, and various
  795.     BBS systems.  It is also available by anonymous ftp as
  796.         ftp.wustl.edu:/usenet/comp.binaries.ms-windows/v3/in3demo.zip
  797.         ftp.uwasa.fi:/mirror/ultrasound/demo/in3demo.zip
  798.     An equivilant Sun product is described below.
  799. Contact: Brantley Kelly
  800.      Email: cbk@gacc.atl.ga.us   CIS: 75120,431
  801.      FAX: 1-404-925-7924         Phone: 1-404-925-7950
  802.      Command Corp. Inc, 3675 Crestwood Parkway, Duluth GA 30136, USA
  803.  
  804.  
  805.  
  806. Package Name:    IN3 Voice Command
  807. Platform:    Sun SPARCstation
  808. Description:    IN3 provides a secure, robust, word spotting, continuous 
  809.     speech recognition facility for the Sun OS or Solaris operating 
  810.     systems.  The recognition system is a secure operating system
  811.     facility capable of working with various interfaces, microphones, 
  812.     and devices.  The operating system interface works with native UNIX
  813.     outside of X Windows as well as provides enhanced X Windows facilities
  814.     including named window support.  The user interface provides a
  815.     means to quickly create commands on the fly for replacing long strings
  816.     and complex operations with voice macros.  [Voice macros can reduce
  817.     the strain of repetitive stress injuries (RSI) such as Carpel Tunnel
  818.     Syndrome (CTS) by replacing heavy repetitive keyboard hammering with
  819.     simple voice operations.  ]
  820.     The IN3 user interface works with generic X servers and window 
  821.     managers.  A developer API is also available for creating voice-
  822.     enabled applications, interfacing with other audio sources, and 
  823.     providing extensive application control over the recognition facility.
  824. Availability: SunSite archive at SunSITE.unc.edu as well as on Catalyst
  825.     CDware as both a runable demo and unlockable software.
  826. Hardware Required: Sun SPARCstation with audio input.
  827.     Noise canceling microphone recommended but not required.
  828. Software Required:    Sun OS 4.1.2 with OpenWindows 3.0 or
  829.             Sun OS 4.1.3 or
  830.             Solaris 2.1 or Solaris 2.2
  831. Misc:    An equivilant MS-Windows product is described above.
  832. Price:  $495 U.S.
  833. Contact: Brantley Kelly
  834.     Email: cbk@gacc.atl.ga.us   CIS: 75120,431
  835.     FAX: 1-404-925-7924         Phone: 1-404-925-7950
  836.     Command Corp. Inc, 3675 Crestwood Parkway, Duluth GA 30136, USA
  837.  
  838.  
  839. Package Name: Phonetic Engine 400 (PE400) - Speech Systems, Inc.
  840. Platform:     PC
  841. Description:  Speaker independent, large vocabulary, continuous speech
  842.     recognition for MS Windows or DOS.
  843. Rough Cost: $1195 US dollars.  Includes board, microphone, developer kit,
  844.     documentation, 2 days of technical training and 90 days of
  845.     technical support.
  846. Requirements: IBM AT class machine or better plus 5M disk space.  Most 
  847.     processing is performed on-board (4M standard or 16M upgrade).
  848. Misc: Requires developer to provide a context-free grammar.
  849.     Vocabulary size unknown (quotes from 500 - 2000 words per grammar),
  850.     but dynamic grammar switching capabilities may increase the
  851.     effective vocabulary size.
  852.     Development system includes lower-level C,C++ library (VoiceLib),
  853.     higher-level DLL (SPOT) callable from many languages, SPOT/VBX,
  854.     a custom control for Visual Basic and Visual C++.
  855. Contact: Speech Systems, Inc.
  856.         2945 Center Green Court South
  857.         Boulder, CO 80301-2275, USA
  858.         Tel: 303.938.1110  Fax: 303.938.1874
  859.  
  860.  
  861. Package Name: SayIt
  862. Platform:     Sun SPARCstation
  863. Description:  Voice recognition and macro building package for Suns
  864.     in the Openwindows 3.0 environment.  Speaker dependent discrete speech 
  865.     recognition. Vocabularies can be associated to applications and the
  866.     active vocabulary follows the application that has input focus.
  867.     Macros can include mouse commands, keystrokes, Unix commands, 
  868.     sound, Openwindow actions and more.  
  869.     An evaluation copy is available by email.
  870. Hardware:     Microphone required (SunMicrophone is fine).
  871. Cost:         $US295
  872. Contact:      Phone: 1-800-245-UNIX or 1-415-572-0200
  873.     Fax: 1-415-572-1300
  874.     Email: info@qualix.com
  875.  
  876.  
  877. Package Name: recnet
  878. Platform:     UNIX
  879. Description:  Speech recognition for the speaker independent TIMIT and 
  880.     Resource Management tasks.  It uses recurrent networks to estimate 
  881.     phone probabilities and Markov models to find the most probable 
  882.     sequence of phones or words.  The system is a snapshot of evolving 
  883.     research code.  There is no documentation other than published 
  884.     research papers.  The components are:
  885.     1. A preprocessor which implements many standard and many non-
  886.     standard front end processing techniques.
  887.     2. A recurrent net recogniser and parameter files
  888.     3. Two Markov model based recognisers, one for phone recognition 
  889.     and one for word recognition
  890.     4. A dynamic programming scoring package
  891.     The complete system performs competatively.
  892. Cost:         Free
  893. Requirements: TIMIT and Resource Management databases
  894. Contact:      ajr@eng.cam.ac.uk (Tony Robinson)
  895. Availability: by FTP from "svr-ftp.eng.cam.ac.uk" as /misc/recnet-1.3.tar.Z
  896.  
  897.  
  898. Package Name: Voice Command Line Interface
  899. Platform:     Amiga
  900. Description:  VCLI will execute CLI commands, ARexx commands, or ARexx 
  901.     scripts by voice command through your audio digitizer. VCLI allows 
  902.     you to launch multiple applications or control any program with an 
  903.     ARexx capability entirely by spoken voice command. VCLI is fully 
  904.     multitasking and will run in the background, continuously listening
  905.     for your voice commands even while other programs are running.
  906.     Documentation is provided in AmigaGuide format.
  907.     VCLI 6.0 runs under either Amiga DOS 2.0 or 3.0.
  908. Cost:         Free?
  909. Requirements: Supports the DSS8, PerfectSound 3, Sound Master, Sound Magic, 
  910.     and Generic audio digitizers.
  911. Availability: by ftp from wuarchive.wustl.edu in the file
  912.     systems/amiga/incoming/audio/VCLI60.lha and from
  913.     amiga.physik.unizh.ch as the file pub/aminet/util/misc/VCLI60.lha
  914. Contact:      Author's email is RHorne@cup.portal.com
  915.  
  916.  
  917. Package Name: DATAVOX - French
  918. Platform:     PC
  919. Description:  Continuous speech - speaker independent or dependent.
  920. Rough Cost:   ?
  921. Requirements: 2 PC format boards (RdF1000 and TdS 96/25) and an 
  922.     A/D - D/A module (ASA116)
  923. Misc:    Application software may dialog with DATAVOX through 2 types 
  924.     of interfaces :
  925.     1) Keyboard overlay
  926.        The application software may be used with any PC compatible 
  927.        package. No specific adaptation is necessary, you only need
  928.        to define your configuration with the application software.
  929.     2) C library
  930.        Allows a user-written program to drive the recognition system.
  931.     DATAVOX is based on the AMADEUS speech recognition software
  932.     developed at LIMSI.  It provides 
  933.     - Continuous speech recognition with
  934.       * speaker dependant : 500 words
  935.       * speaker independant : 50 words (custom-made vocabulary).
  936.     - Grammar of the application language (syntax acquisition, 
  937.       verification and simplification software).
  938.     - Large vocabulary : DATAVOX can recognize vocabularies of several 
  939.       thousand words as long as there are no more than 500 words in the 
  940.       active vocabulary at any given node. It takes less than 1 second 
  941.       to change syntax and vocabulary.
  942.     - Training controlled by the system (use of co-articulation models).
  943.     - Response time less than 500 ms for any phrase length.
  944.     - Synthetis (ADPCM) can be heard simultaneously while recognition 
  945.       is being carried out.
  946. Contact: VECSYS, Le Chene rond, 91570 Bievres, France
  947.      Fax:   33 1 69 41 24 30
  948.      Voice: 33 1 69 41 15 04
  949.  
  950.  
  951. Package: PowerSecretary
  952. Platform: Mac
  953. Price: $US5,000 (including a Centris or Quadra AV)
  954. Availability: Articulate Systems Inc.  
  955.     600 W. Cummings Park, Suite 4500
  956.     Woburn, MA  01801
  957.     Ph: (617) 935-5656   Fax: (617) 935-0490.
  958.  
  959.  
  960. Pacakge: ICSS system from IBM
  961. Description: A large vocabulary, speaker independent, continuous speech 
  962.     system which runs under Windows, OS/2, and AIX.
  963. Requirements: Soundboard (e.g. Soundblaster)
  964. Price: ?
  965. Contact: ?
  966.  
  967.  
  968. Package:  Creative VoiceAssist
  969. Platform: PC (?)
  970. Price:      $US99.95
  971. Contact:  Creative Labs
  972.     Ph: 1-800-998-5227
  973.  
  974.  
  975. Package Name: xxx
  976. Platform:     PC, Mac, UNIX, Amiga ....
  977. Description:  (e.g. isolated word, speaker independent...)
  978. Rough Cost:   (if applicable)
  979. Requirements: (hardware/software needs - if applicable)
  980. Misc:
  981. Contact:      (email, ftp or address)
  982.  
  983.  
  984. Can anyone provide info on
  985.  
  986.     Verbex Listen for Windows
  987.     Voice Navigator (from Articulate Systems)
  988.     SRI Recognisers
  989.     BBN Recognisers
  990.  
  991.  
  992. Can you provide information on any other software/hardware/packages?
  993. Commercial, public domain and research packages are all appropriate.
  994.  
  995.  
  996.  
  997.  
  998. Andrew Hunt
  999. Speech Technology Research Group        Ph:  61-2-692 4509
  1000. Dept. of Electrical Engineering            Fax: 61-2-692 3847
  1001. University of Sydney, NSW, 2006, Australia    email: andrewh@speech.su.oz.au
  1002.  
  1003.